Skip to content

ransomsec/cvePuller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE Puller

A tool for pulling latest Top-10 CVEs from CVE-TREND to your Black-Terminal. ;)

AKA Real-Time CVE puller.

dahBoard info

Usage:

  • help
➜ cvePuller --help
Usage of cvePuller:
  -all
    	Detail like CVE-ID, Description, Assigner, Severity (Usage: --cve day/week -all)
  -cve string
    	Only CVE ID. (Usage: --cve day, --cve week)
  -info string
    	All info about specific CVE (Usage: -info CVE-XXXX-XXXX)
  -sa
    	For Severity and Assigner (Usage: --cve day/week -sa)
  • Fetch only CVE ID Day/Week
➜ cvePuller -cve day/week
[1]  ➜  CVE-XXXX-XXXXX
[2]  ➜  CVE-XXXX-XXXXX
[3]  ➜  CVE-XXXX-XXXXX
  • All Detail like! CVE-ID, Description, Assigner, Severity. Max(10)
➜ cvePuller -cve day/week -all

CVE ID 1: CVE-XXXX-XXXXX
DESCRIPTION: Find a critical bug in your mind. ;)
ASSIGNER: ransomsec@ransomsec.org
SEVERITY: CRITICAL

CVE ID 2: CVE-XXXX-XXXXX
  • Fetch info about specific CVE ID
➜  cvePuller -info CVE-2022-30190

CVE ID: CVE-2022-30190
ASSIGNER: secure@microsoft.com
DESCRIPTION: Microsoft Windows Support Diagnostic Tool (MSDT) Remote Code Execution Vulnerability.
SEVERITY: HIGH
PUBLISHED-DATE: 2022-06-01T20:15Z

Note: Currently cvePuller fetch only top 10 CVEs.

Installation:

  • Make sure you installed go verison 1.18 or upper (BOTH)
  • Direct Download from : Release Page
    • For Linux (Local Compile)
make linux
  • Direct Download from: Release Page
    • For Windows (Local Compile)
make windows

About:

This tool is totally written in Golang! Only for fun, practice and my learning so, if you find any Issue or you want to give me any Suggestion please contact me on ransomsec. And last i am not expert so if you find any mistake ping me. Thank You ;)

About

A tool for pulling top-10 cves from cvetrend.com. ;)

Resources

Stars

Watchers

Forks

Packages

No packages published